@media screen and (max-width: 1600px) {
  .login-area .button-box {
    line-height: 40px;
    font-size: 16px;
  }
  /*.nav-area .menu-list .menu-item {*/
    /*margin-left: 60px;*/
  /*}*/
  .t-title .title-txt {
    font-size: 26px;
    line-height: 38px;
  }
  .t-desc .desc-txt {
    font-size: 16px;
    line-height: 24px;
  }
  /*首页愿景部分*/
  .vision-pic img {
    width: 96px;
  }
  .vision-item .vision-mess {
    margin-top: 22px;
  }
  .vision-mess .name,
  .landing-info .info-txt,
  .landing-item .landing-title,
  .case-item .case-title,
  .news-title,
  .right-title {
    font-size: 18px;
    line-height: 28px;
  }
  .vision-mess .desc {
    font-size: 12px;
    line-height: 23px;
  }
}

@media screen and (min-width: 769px) {
  .logo-name {
    top: 20px;
  }
}

/*移动端样式*/
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
  }
  .wrap-header {
    height: 50px;
  }
  .qq-link {
    display: none;
  }
  .qq-area {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    margin-bottom: 0;
  }
  .mobile-advisory-area {
    display: block;
  }
  .header-area {
    height: 50px;
    z-index: 99;
  }
  .logo-name {
    width: 94px;
    height: 30px;
    left: 12px;
  }
  .logo-name h1 {
    width: 100%;
    height: 100%;
  }
  .name-text {
    left: 106px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 13px;
    top: 6px;
  }
  .name-text .first-name {
    display: none;
  }
  .login-area {
    display: none;
  }
  .mobile-login-area {
    position: fixed;
    bottom: 70px;
    right: 18px;
    display: block;
    z-index: 100;
  }
  .mobile-login-area .button-box {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 18px 0 0;
    padding: 0;
    font-size: 12px;
    background-color: #4F81BD;
  }
  .mobile-login-area .button-box:first-child {
    margin-top: 0;
  }
  /** 菜单展开/隐藏图标 */
  .icon-menu {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 21px;
    top: 15px;
    z-index: 99;
  }
  .icon-menu .i-menu {
    display: block;
    width: 20px;
    height: 20px;
    background: url( ../image/mobile/icon_menu_hover.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .bg-hover {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.2);
    z-index: 98;
  }
  /*菜单排版部分*/
  .nav-area {
    width: 260px;
    height: 100%;
    background-color: #ffffff;
    padding-top: 90px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0.8;
    transform: translate(260px, 0);
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .i-close {
    display: none;
    height: 14px;
    width: 15px;
    background: url( ../image/mobile/icon_menu_close.png) no-repeat 0 0;
    background-size: contain;
    position: fixed;
    right: 21px;
    top: 21px;
    z-index: 4;
  }
  .nav-area .menu-list {
    display: block;
    width: 100%;
    position: static;
    cursor: pointer;
    transform: translate(0, 0);
    margin-left: 0;

  }
  .nav-area .menu-list .menu-item{
    display:block;
    float: none;
    height: 63px;
    margin-left: 58px;
  }
  .nav-area .menu-list .menu-item:first-child {
    margin-left: 58px;
  }
  .nav-area .menu-list .menu-item .txt{
    color: #2a2e2e;
    font-weight: normal;
    text-align: left;
  }
  .nav-area .menu-list .menu-item .txt:hover:after{
    display: none;
  }
  /*主体内容*/
  .wrap-content {
    padding-top: 50px;
  }
  .vision-area, .landing-area, .intro-area, .case-area, .news-area {
    padding-bottom: 25px;
  }
  .header-area, .main-text, .vision-con, .landing-con, .intro-area, .case-con, .news-con, .footer-con {
    width: 100%;
  }
  .t-title {
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .t-title .title-txt {
    font-size: 15px;
    line-height: 21px;
  }
  .t-desc .desc-txt {
    font-size: 11px;
    line-height: 18px;
  }
  /*首页愿景内容*/
  .vision-con {
    padding: 0 28px;
  }
  .vision-list {
    padding-top: 8px;
  }
  .vision-con .vision-item {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 22px;
    overflow: hidden;
  }
  .vision-item .vision-pic {
    width: 43px;
    display: inline-block;
    float: left;
  }
  .vision-pic img {
    width: 43px;
  }
  .vision-item .vision-mess {
    width: auto;
    display: inline-block;
    margin-left: 25px;
    margin-top: 0;
    float: left;
  }
  .vision-mess .name, .landing-info .info-txt, .landing-item .landing-title, .case-item .case-title {
    font-size: 14px;
    line-height: 20px;
  }
  /*落地方案内容*/
  .landing-con .landing-info {
    padding-top: 20px;
  }
  .landing-con .t-title {
    padding-top: 6px;
  }
  .landing-list {
    display: none;
  }
  .landing-mobile-list {
    display: block;
    padding: 10px 27px 0;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .landing-mobile-list .landing-item {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    margin-top: 10px;
  }
  .landing-mobile-list .landing-top {
    display: block;
    height: 25px;
    overflow: hidden;
    position: relative;
  }
  .landing-mobile-list .landing-pic {
    float: left;
    padding-top: 2px;
  }
  .landing-mobile-list .landing-pic img {
    display: inline-block;
    width: 21px;
    height: 21px;
  }
  .landing-mobile-list .landing-line {
    width: 31px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
  }
  .landing-mobile-list .line {
    display: inline-block;
    width: 2px;
    height: 9px;
    background-color: #FFA826;
  }
  .landing-mobile-list .landing-title {
    float: left;
    margin-top: 0;
    line-height: 25px;
  }
  .landing-mobile-list .landing-button {
    float: right;
  }
  .landing-button .button-area {
    width: 70px;
    height: 25px;
    line-height: 23px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    box-sizing: border-box;
    text-align: center;
  }
  .button-area .button-txt {
    font-size: 12px;
  }
  .landing-mobile-list .landing-item .landing-desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
  }
  /*积分管理系统介绍*/
  .intro-area {
    padding-bottom: 0;
  }
  .intro-pic .intro-img {
    display: none;
  }
  .intro-pic .intro-mobile-img {
    display: block;
  }
  /*首页案例部分*/
  .case-list {
    padding-top: 4px;
  }
  .case-list .case-item {
    width: 47%;
    padding: 8px;
    margin: 11px 0 0 2%;
  }
  .case-pic img {
    height: 103px;
    border-radius: 5px 5px 0 0;
  }
  .case-item .industry-txt {
    font-size: 10px;
    line-height: 14px;
    margin-top: 7px;
  }
  .case-item .case-title {
    margin-top: 5px;
    min-height: 40px;
  }
  .case-item .case-desc {
    min-height: 34px;
    font-size: 12px;
    line-height: 17px;
  }
  .tag-list {
    margin-top: 10px;
    line-height: 30px;
  }
  .tag-list .tag-item {
    font-size: 10px;
    line-height: 15px;
  }
  .more-area {
    margin-top: 23px;
  }
  .more-area .more-button {
    width: 101px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .more-button .more-text {
    font-size: 12px;
    font-weight: 400;
  }
  /*首页延伸阅读*/
  .news-type {
    margin-top: 23px;
    padding: 0 12px;
  }
  .news-type .type-area {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .news-type .type-area:first-child {
    margin-top: 0;
  }
  .type-area .type-title {
    padding: 0;
  }
  .title-line .type-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .more-news .more-txt {
    font-size: 12px;
    line-height: 20px;
  }
  .more-news .more-img {
    width: 17px;
    height: 17px;
    margin-top: 1px;
  }
  .news-list {
    min-height: auto;
    margin-top: 15px;
    border-right: 0;
    padding: 0;
  }
  .news-item .news-title {
    font-size: 14px;
  }
  .news-item .news-date {
    font-size: 12px;
  }
  /*底部栏公用*/
  .wrap-footer {
    height: auto;
  }
  .footer-nav {
    display: none;
  }
  .footer-con {
    padding: 11px 21px 20px;
    height: auto;
  }
  .address-area {
    margin-top: 7px;
  }
  .address-area .address-img {
    width: 16px;
    height: 16px;
  }
  .address-area .address-txt {
    width: 90%;
    margin-left: 10px;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .links-area {
    margin-top: 20px;
  }
  .links-area .links-label,
  .links-area .links-item {
    font-size: 12px;
    line-height: 17px;
  }
  .links-area .links-item {
    margin: 0 13px;
  }
  .company-info {
    width: 60px;
    position: static;
    transform: translate(0, 0);
    margin-top: 12px;
  }
  .company-info .company-logo {
    height: 60px;
  }
  .company-info .company-desc {
    font-size: 10px;
    line-height: 14px;
    margin-top: 6px;
  }
  .footer-area {
    display: none;
    line-height: 25px;
  }
  .footer-area .copyright,
  .copyright .flag-num {
    font-size: 10px;
  }
  .back-to-top {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 55px;
  }
  .back-to-top .back {
    display: block;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #111;
    background: #f2f3f5;
    line-height: 50px;
  }
  .loading-more {
    display: block;
    width: 100%;
    text-align: center;
  }
  .loading-more .loading-button {
    display: inline-block;
    width: 101px;
    height: 30px;
    background-color: #4F81BD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
  }
  .loading-button .loading-text {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
  }
}

@media screen and (max-width: 340px) {
  .name-text {
    font-size: 12px;
    margin-left: 10px;
  }
}
